-
-
Notifications
You must be signed in to change notification settings - Fork 195
London | May-2025 | Hendrine Zeraua | STD Sprint-2 #653
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
London | May-2025 | Hendrine Zeraua | STD Sprint-2 #653
Conversation
…g., '399p' → '£3.99'
…r, file name, and extension
…calculation is not a function
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
function capitalise(str) { | ||
str = `${str[0].toUpperCase()}${str.slice(1)}`; | ||
return str; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The function block is not properly closed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi CJ,
I've added the missing curly braces for the function capitalise but for some reason I cannot spot the modified files in Sprint-1. Could you please direct me? I did check Sprint-1 - key-exercises - 3- paths.js and 3-mandatory-interpret - 1-percentage-change.js without success.
I appreciate your help reviewing this.
Self checklist
Changelist
Briefly explain your PR.
Answered all exercise questions
Fixed errors & Explained
Completed stretch questions with thoughtful answers
Questions
No questions at this time.